﻿@charset "utf-8";

html{-webkit-text-size-adjust:100%;font-size:100px; overflow-x: hidden;scroll-behavior: smooth;}
html{-webkit-text-size-adjust:100%;font-size:100px}
@media(max-width:1600px){
	html{font-size:6.25vw}
}
/* @media(max-width:1440px){
	html{font-size:6.5vw}
} */
@media (max-width:1024px) {
html{font-size:9.765625vw}
}
@media (max-width:480px) {
html{font-size:14vw}
}


*{margin:0;padding:0;}
body{ font-family:harm,Microsoft YaHei,Arial,sans-serif;margin:0px; padding:1rem 0 0 0; margin:0px auto;line-height: 1.7; font-size:0.16rem; color:#333; width:100%;  zoom:1;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address{ font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{ padding:0px; margin:0px;}
select,input,textarea,button{ font-size:14px; border-radius:0; -webkit-border-radius:0; color:#333;font-family:harm,Microsoft YaHei,arial, sans-serif;}
input:focus { outline: none;}
input,button,select,textarea{ border:0px;outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/}
button{ cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/}
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,fxigcaption,address{ display: block;} /*html5设置*/
figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{ max-width:100%; border:none; border:0;  vertical-align:middle;}
a{ color:#333; text-decoration:none;transition: all ease 0.3s;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#00a539;}

.fl{ float:left;}
.fr{ float:right;}
.tl{ text-align:left !important;}
.tr{ text-align:right;}
.tc{ text-align:center !important;}
.hide{ display:none;}
.block{ display:block;}
.clear{ clear:both;}
.clearfix{overflow:hidden;_zoom:1;}
.clearfix:after{ content: ''; display: block; clear: both; height: 0; visibility: hidden;}
.clearfix{*zoom:1;}.relative{ position:relative;}
.bodyon{ overflow:hidden;}
.nones{ position:absolute; visibility:hidden; opacity:0; top:0;}
.table {display: table;width: 100%;border-collapse: collapse;}
.table-tr {display: table-row;}
.table-th {display: table-cell;height: 100%;border: 1px solid gray;text-align: center;vertical-align: middle;}
.table .cell {display: table-cell;vertical-align: middle;}

.iconfont{font-size: 24px;display: inline-block;vertical-align: middle;}
.f_24{font-size: 0.24rem;}
.f_green{color:#00a539;}

/*单行文本省略号*/
.dot {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dot2, .dot3, .dot4 {
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
}
.dot2 {
	-webkit-line-clamp: 2;
}
/*多行文本省略号*/
.dot3 {
	-webkit-line-clamp: 3;
}
.dot4 {
	-webkit-line-clamp: 4;
}

/*input字体*/
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #d9d9d9; text-indent:1em;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url(../images/selectarr.png) no-repeat scroll 95% center transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}

/*网页滚动条*/
::-webkit-scrollbar{
	width: 6px; height:6px;-webkit-overflow-scrolling : touch;
	background-color: #e6e6e6;}
::-webkit-scrollbar-track{
	background-color: #e6e6e6;}
::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #58504a;}
::-webkit-scrollbar-button{
	height: 0px;
	background-color: #e6e6e6;}

/*effict*/
.Scale-img {overflow: hidden;cursor: pointer; zoom:1; overflow: hidden;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;}
.Scale-img:hover img,.Scale-img:hover span {opacity: 1;-webkit-transform: scale3d(1.05,1.05,1.05);transform: scale3d(1.05,1.05,1.05); top:0px; left:0px;}
.effict{transition: all ease 0.3s;}
.imgbox{ overflow:hidden; position:relative; /*background:url(../uploadfiles/nopic.jpg) center center no-repeat; background-size:contain;*/}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;transition: all .5s;-webkit-transition: all .5s;}
.imgbox img{ width:auto !important; max-height:100%;}


/*pages*/
.Pages.none{display: none;}
.Pages{clear: both;text-align: center;line-height: 50px;font-size: 18px;margin-top: 5%;position: relative;}
.Pages a{display: inline-block;vertical-align: middle;width: 50px;height:50px;color:#757575;border-radius: 50%;}
.Pages .num{margin:0 0.6rem;}
.Pages a:hover,.Pages .num a.a_cur{color:#fff;background-color:#00a539;}
.Pages .arr{box-shadow: 0 8px 20px #dbeaf2;background-position: center center;background-repeat: no-repeat;}
.Pages .a_prev{background-image: url(../images/arrleft.png);}
.Pages .a_prev:hover{background-image: url(../images/arrleft01.png);}
.Pages .a_next{background-image: url(../images/arrright.png);}
.Pages .a_next:hover{background-image: url(../images/arrright01.png);}

@media ( max-width:767px){
	.Pages{font-size: 14px;line-height: 28px;}
	.Pages a{width: 28px;height: 28px;}
	.f_24{font-size: 16px;}
}
/*pages end*/

.w1600{width:16rem;margin:0 auto;}
.w1200{width:1200px;margin:0px auto;}
.More{width:1.8rem;height:0.55rem;line-height: 0.55rem;border-radius: 0.55rem;background-image: linear-gradient(to left, #00a539,#0c6735);color:#fff;box-sizing: border-box;overflow: hidden;font-size: 0.16rem;text-align: center;clear: both;}
.More.auto{margin-left:auto;margin-right: auto;}
.More.load i{transform: rotate(90deg);}
.More i{display: inline-block;width:12px;height:12px;background: url(../images/more_white.png) no-repeat center center;margin-left:0.1rem;}
.More a{display: block;color:#fff;}
.More1{position: relative;color:#0c6735;}
.More1::before{background: #fff;content:"";display: block;width:calc(100% - 2px);height:calc(100% - 2px);position: absolute;top:1px;left:1px;border-radius: 0.53rem;transition: all .5s;-webkit-transition: all .5s;}
.More1 a{color:#00a539;position: relative;z-index:99;}
.More1 i{background: url(../images/more_green.png) no-repeat center center;}
.More1:hover::before{opacity: 0;}
.More1:hover a{color:#fff;}
.More1:hover i{background: url(../images/more_white.png) no-repeat center center;}
.More1.green a{color:#0c6735;}
.More1.green a:hover{color:#fff;}

.mt45{margin-top: 0.45rem;}
.pd140{padding:1.4rem 0;}
.HomeTit{margin-bottom:0.5rem;text-align: center;}
.HomeTit h1{font-size: 0.46rem;font-weight:normal;}
.HomeTit .dec{max-width:12rem;margin:0 auto;font-size: 0.2rem;line-height: 0.4rem;margin-top:0.4rem;}


@media(max-width:1600px){
	.w1600,.w1200{width:88%;}
}

@media(max-width:1024px){
	.pd140{padding:50px 0;}
	.More{width:120px;height:35px;line-height: 35px;border-radius: 35px;}
	.HomeTit{margin-bottom:30px;}
	.HomeTit h1{font-size: 25px;}
	.HomeTit .dec{font-size: 14px;line-height: 25px;margin-top:15px;}
}

@media(max-width:640px){
	.More{width:110px;height:28px;line-height: 28px;border-radius: 28px;font-size: 14px;}
	.More1 i{margin-left:5px;}
	.pd140{padding:30px 0;}
	.HomeTit h1{font-size: 20px;font-weight: bold;}
}


/* Top */
.Top {line-height: 1rem;position: fixed;width:100%;top:0;left:0;z-index:999;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);transition: all .3s;-webkit-transition: all .3s;}
.Top.fix{line-height: 0.8rem;}
.Top .Logo img{max-height:0.55rem;}
.Top .m-btn{display: none;cursor: pointer;padding:15px 5px;border-radius: 5px;z-index:999;margin-top:13px;margin-left:10px;position: relative;z-index:999;}
.Top .m-btn span{display: block;width:25px;height:3px;background:#00cc47;position: relative;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.Top .m-btn span::before,.Top .m-btn span::after{content:'';display: block;height:3px;width:25px;background: #00cc47;position: absolute;left: 0;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.Top .m-btn span:before {top: -8px;}
.Top .m-btn span:after {bottom: -8px;}
.Top .m-btn.active span {background: transparent;}
.Top .m-btn.active span:before {transform: rotate(-48deg) translate(-6px, 5px);-webkit-transform: rotate(-48deg) translate(-6px, 5px);-o-transform: rotate(-48deg) translate(-6px, 5px);width: 24px;}
.Top .m-btn.active span:after {transform: rotate(48deg) translate(-6px, -5px);-webkit-transform: rotate(48deg) translate(-6px, -5px);-o-transform: rotate(48deg) translate(-6px, -5px);width: 24px;}

.Top .Language{margin-left:0.2rem;}
.Top .Language a{display: inline-block;margin-left:0.1rem;}
.Top .Language a.on{color:#00cc47;}

.Top .Search{position: relative;padding-left:0.2rem;}
.Top .Search::before{content:'';display: block;width:1px;height:16px;background: #e5e5e5;position: absolute;left:0;top:50%;margin-top:-8px;}
.Top .Search .SearchIco .img2{display: none;}
.Top .Search .SearchBox{position: absolute;top:100%;right:0;width:300px;height:40px;box-sizing: border-box;padding-right:50px;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);display: none;}
.Top .Search .SearchBox input{width:250px;box-sizing: border-box;padding:0 10px;height:100%;position: absolute;left:0;top:0;}
.Top .Search .SearchBox button{width:50px;height:100%;background: url(../images/search.png) no-repeat center center;position: absolute;top:0;right:0;}
.Top .Search .SearchIco.on .img1{display: none;}
.Top .Search .SearchIco.on .img2{display: inline-block;}

.MainNav ul li{float:left;margin-right:0.4rem;position: relative;}
.MainNav ul li em{font-size: 0.18rem;display: block;position: relative;}
.MainNav ul li a{display: block;}
.MainNav ul li .NavPull{width:1.8rem;top:100%;left:50%;margin-left:-0.9rem;background: #fff;position: absolute;text-align: center;box-shadow: 0 0 1px rgba(0,0,0,0.1);display: none;z-index:999;}
.MainNav ul li .NavPull dl dd{line-height: 0.4rem;}
.MainNav ul li .NavPull dl dd:hover{background: #00a539;}
.MainNav ul li .NavPull dl dd:hover a{color:#fff;}
.MainNav ul li em::before{content:'';display: block;width:100%;height:3px;background: #00a539;border-radius: 3px;transition: all .5s;-webkit-transition: all .5s;transform: rotateY(90deg);-webkit-transform: rotateY(90deg);opacity: 0;position: absolute;bottom:0;left:0;}
.MainNav ul li.onnav em a{color:#00a539;}
.MainNav ul li.onnav em::before{transform: rotateY(0);-webkit-transform: rotateY(0);opacity: 1;}
.MainNav ul li:hover em::before{transform: rotateY(0);-webkit-transform: rotateY(0);opacity: 1;}

@media(max-width:1024px){
	body{font-size: 14px;padding-top:60px;}
	.Top{line-height: 60px;}
	.Top.fix{line-height: 60px;}
	.Top .m-btn{display: block;}
	.Top .Logo img{max-height:35px;}
	.MainNav{position: absolute;width:200px;top:100%;right:0;background: #fff;height:calc(100vh - 60px);overflow: hidden;box-shadow: 0 0 10px rgba(0,0,0,0.1);transition: all .5s;-webkit-transition: all .5s;width:0;opacity: 0;}
	.MainNav ul{max-height:100%;overflow: auto;min-width:200px;}
	.MainNav ul li{margin-right:0;width:100%;line-height: 40px;padding:0 20px;box-sizing: border-box;}
	.MainNav ul li em::before{display: none;}
	.MainNav ul li em{font-size: 15px;position: relative;}
	.MainNav ul li em i{width:100%;height:100%;position: absolute;left:0;top:0;}
	.MainNav ul li em i::after{content:'';display: block;width:20px;height:20px;background: url(../images/more_green.png) no-repeat center center;position: absolute;right:0;top:50%;margin-top:-10px;transition: all .5s;-webkit-transition: all .5s;}
	.MainNav ul li em i.on::after{transform: rotate(90deg);-webkit-transform: rotate(90deg);}
	.MainNav ul li .NavPull{position: static;margin-left:0;font-size: 14px;line-height: 35px;background: #f5f5f5;}
	.MainNav ul li .NavPull dl dd{line-height: 35px;}
	.MainNav.show{width:200px;opacity: 1;}
}

@media(max-width:768px){
	.Top .Search .SearchBox{width:200px;height:35px;line-height: 35px;padding-right:35px;}
	.Top .Search .SearchBox input{width:165px;}
	.Top .Search .SearchBox button{width:35px;}
}


/* Bottom */
.Bottom{background: url(../images/footbg.jpg) no-repeat center center;background-size: cover;border-top:2px solid #eef6f1;position: relative;}
.Bottom .BottomCon{padding:0.5rem 0 0.45rem 0;border-bottom:1px solid #e3e6e4;}
.Bottom .BottomCon .BottomLogo{padding-top:0.1rem;}
.Bottom .BottomCon .con{margin:0 1rem;line-height: 0.3rem;}
.Bottom .BottomCon .con .tel{font-size: 0.26rem;}
.Bottom .BottomCon .enjoyico ul li{display: inline-block;margin-left:0.2rem;opacity: 0.7;transition: all .5s;-webkit-transition: all .5s; position: relative;}
.Bottom .BottomCon .enjoyico ul li figure{ position: absolute; left: 0; bottom:100%; left: 50%; transform: translateX(-50%); display: none; width: 110px; padding: 5px; background-color: #fff;}
.Bottom .BottomCon .enjoyico ul li:hover{opacity: 1;}
.Bottom .BottomCon .enjoyico ul li:hover figure{ display: block;}
.Bottom .CopyRight{padding:0.25rem 0;opacity: 0.8;font-weight: lighter;}
.gotop{width:0.55rem;height:0.55rem;border-radius: 50%;text-align: center;line-height: 0.55rem;position: absolute;top:-0.275rem;right:1.6rem;box-shadow: 0 0 20px rgba(0,165,54,0.08);background: #fff;position: absolute;}

.FloatBox{width:1.8rem;height:1.8rem;border-radius: 0.2rem 0 0 0.2rem;background-image: linear-gradient(to right, rgba(12,103,53,0.95) , rgba(0,165,57,0.95));position: fixed;right:0;top:15%;z-index:998;}
.FloatBox a{display: block;padding:0.25rem;text-align: center;color:#fff;}
.FloatBox .ico img{max-height:0.5rem;}
.FloatBox .tit{font-size: 0.24rem;margin:0.1rem 0 0.1rem 0;}
.FloatBox span{text-decoration: underline;opacity: 0.8;}
.FloatBox a:hover .ico{  -webkit-animation: icon-bounce 0.5s alternate;
	-moz-animation: icon-bounce 0.5s alternate;
	-o-animation: icon-bounce 0.5s alternate;
	animation: icon-bounce 0.5s alternate;}

@media(max-width:1024px){
	.Bottom .BottomCon .con{margin:0 30px;}
	.Bottom .gotop{width:38px;height:38px;line-height: 38px;position: absolute;right:10px;top:-19px;}
}

@media(max-width:768px){
	.Bottom .BottomCon .con{margin:0;width:100%;margin:20px 0;line-height: 25px;}
	.Bottom .BottomCon .con .tel{font-size: 15px;}
	.Bottom .BottomCon .enjoyico{width:100%;}
	.Bottom .BottomCon .enjoyico ul li{margin-right:15px;margin-left:0;}
	.Bottom .CopyRight{line-height: 22px;}
	.Bottom .CopyRight .BottomLink {width:100%;margin-bottom:8px;}
	.FloatBox{top: auto;bottom: 10%;}
	.FloatBox .tit{font-size: 14px;margin:0;}
	.FloatBox a{padding:0.15rem;}
	.FloatBox span{font-size: 12px;}
}


/* 细胞基因药物研发*/
.ProductLine *{
 box-sizing:border-box;
 -moz-box-sizing:border-box; /* Firefox */
 -webkit-box-sizing:border-box; /* Safari */
 }
 .ProductLine *:before,.ProductLine *:after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 }
.ProductLine .thead{font-size: 0.2rem;color:#00a539;display: flex;}
.ProductLine .thead li:nth-child(1){width: 15%;}
.ProductLine .thead li:nth-child(2){width: 25%;}
.ProductLine .thead li:nth-child(3){width: 15%;}
.ProductLine .thead li:nth-child(4){width: 15%;}
.ProductLine .thead li:nth-child(5){width: 10%;}
.ProductLine .thead li:nth-child(6){width: 10%;}
.ProductLine .stop{line-height: 39px;text-align: right;color: #00a539;}
.ProductLine .stop span{display: inline-block;width: 92px;}
.ProductLine .item{font-size: 0.18rem;}
.ProductLine .item .ti1{width: 15%;font-size: 0.2rem;position: relative;}
.ProductLine .item .ti1:before{right: 0;top: 50%;content: "";position: absolute;width: 3px;height: 3px;background:#00a539;margin-top: -1px;z-index: 10;}
.ProductLine .item .cell{overflow: hidden;}
.ProductLine .item .ti2{width: 25.8%;position: relative;}
.ProductLine .item .ti2 span{width: 1.97rem;display: block;}
.ProductLine .item .ti2:After,
.ProductLine .item .ti3:After{left: 0;top: 50%;height: 1px;width: 1px;content: "";background:#d8dede;position: absolute;width: 0.5rem;}
.ProductLine .item .ti2:before,
.ProductLine .item .ti3:before{left: 0.5rem;top: 50%;content: "";position: absolute;width: 3px;height: 3px;background:#00a539;margin-top: -1px;}

.ProductLine .item .ti3{width: 25%;position: relative;}
.ProductLine .item .ti3 span{padding-right: 5px;}

.ProductLine .step1 {margin-bottom: 30px;}
.ProductLine .step1:last-child {margin-bottom: 0;}
.ProductLine .step1 .inner1{position: relative;}

.ProductLine .step2{position: relative;}
.ProductLine .step2:after{left: 0;top: 0;height: 100%;width: 1px;content: "";background:#d8dede;position: absolute;}
.ProductLine .step2:first-child:after{top: 50%;height: 50%;}
.ProductLine .step2:last-child:after{height: 50%;}

.ProductLine .step2 .inner2{position: relative;}
.ProductLine .step2 .inner2:before{left: 0;top: 50%;content: "";position: absolute;width: 3px;height: 3px;background:#00a539;margin-top: -1px;z-index: 10;}
.ProductLine .step2 .inner2.one:before{display: none;}
.ProductLine .step2 .inner2.one .step3:after{display: none;}

.ProductLine .step3{margin: 8px 0;position: relative;}
.ProductLine .step3:after{left: 0;top: 0;height: 108%;width: 1px;content: "";background:#d8dede;position: absolute;}
.ProductLine .step3:first-child:after{top: 50%;height: 80%;}
.ProductLine .step3:last-child:after{height: 80%;top: auto;bottom: 50%;}

.ProductLine .step2 .inner3{position: relative;}
.ProductLine .step3 .inner3:before{left: 0;top: 50%;content: "";position: absolute;width: 3px;height: 3px;background:#00a539;margin-top: -1px;z-index: 10;}

.ProductLine .step2 span,.ProductLine .step3 span{padding-left: 0.6rem;}
.ProductLine .table span{position: relative;display: inline-block;}
.ProductLine .table span:after{content: "";left: 105%;width: 200%;top: 50%;height: 1px;background:#dadfdf;position: absolute;}

.ProductLine .process{margin-left: 10px;border-radius: 10px;height: 16px;display: flex;background: #e6ebeb;line-height: 16px;justify-content: space-between;overflow: hidden;}
.ProductLine .process .bfb{flex: 6;}
.ProductLine .process .bfb em{display:block;border-radius: 10px;height: 16px;background-image: linear-gradient(to left, #00a539,#0c6735);}
.ProductLine .process .bfb2 {flex: 1;}
.ProductLine .process .bfb2 em{display:block;border-radius: 10px;height: 16px;background:#a1d6b6;}
.ProductLine .process .wz{text-transform: uppercase;color:#00a539;font-size: 0.16rem;padding:0 11px;}

@media(max-width:640px){
	.ProductLine .item{font-size:14px;}
	.ProductLine .item .ti1,
	.ProductLine .item .inner1,
	.ProductLine .item .ti2,
	.ProductLine .item .inner2{display: block;}
	.ProductLine .item .ti1{font-size: 16px;width: 100%;text-align: center;}
	.ProductLine .item .ti1{font-weight: bold;color:#00a539;}
	.ProductLine .item .ti2 {width: auto;text-align: center;font-weight: bold;font-size: 15px;}
	.ProductLine .item .ti2 span{width: auto;padding-left: 0;}
	.ProductLine .table span{width: auto;padding-left: 0;}
	.ProductLine .table span:after,
	.ProductLine .item .ti1:before,
	.ProductLine .item .ti2:After, .ProductLine .item .ti3:After,
	.ProductLine .item .ti2:before, .ProductLine .item .ti3:before,
	.ProductLine .step3:after,
	.ProductLine .step2:first-child:after,
	.ProductLine .step2:last-child:after,
	.ProductLine .step2 .inner2:before,
	.ProductLine .step2:after,
	.ProductLine .thead{display: none;}
}




